<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-family: "å¾®è½¯é›…é»‘", Arial;
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 16px;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fb {
	font-weight: bold;
}

.fnb {
	font-weight: 200;
	margin-left: -1px;
}

.hr_1,
.hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr_1 {
	height: 1px;
}

.hr_10 {
	height: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}
.content{ 
margin: 0 auto;
width: 1200px;
}
</pre></body></html>